Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code attributes to play mvc controller spans #13140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jaydeluca
Copy link
Member

Related to #7345

I know there are still discussions (here and here) around these conventions, but figured another example might help us continue to validate

Is this the right approach?

@jaydeluca jaydeluca requested a review from a team as a code owner January 31, 2025 11:19
@trask
Copy link
Member

trask commented Jan 31, 2025

Is this the right approach?

👍

cc @SylvainJuge

Comment on lines +124 to +125
equalTo(CODE_NAMESPACE, "play.api.mvc.ActionBuilder$$anon$2"),
equalTo(CODE_FUNCTION, "apply"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion this is not useful. It points to framework code and is the same for all endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants